* print.c (float_to_string): Define buf to be an unsigned char, to
authorJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:16:49 +0000 (08:16 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 2 Mar 1993 08:16:49 +0000 (08:16 +0000)
match the data field of strings.

src/print.c

index 573b5d3f7d3c82ad5ecd686fd551b4c32f6106dd..a43a774c0f4a7dabfa5f999a89349df292b2ddb6 100644 (file)
@@ -603,7 +603,7 @@ to make it write to the debugging output.\n")
 
 void
 float_to_string (buf, data)
-     char *buf;
+     unsigned char *buf;
      double data;
 {
   register unsigned char *cp, c;